Returns the image object associated with the specified name.
This method searches for named images in several places, returning the first image it finds matching the given name. The order of the search is as follows:
Search for an object whose name was set explicitly using the setName: method and currently resides in the image cache.
Search the app's main bundle for a file whose name matches the specified string.
Search the Application Kit framework for a shared image with the specified name.